home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / menu.dir / 00012_Script_12 < prev    next >
Text File  |  1983-01-30  |  336b  |  21 lines

  1. on exitFrame
  2.   vitt 1,9
  3.   global suonas,dismu,navigazione
  4.   musiche_spazio
  5.   
  6.   if suonas<>0 and not dismu then
  7.     suonom 1,suonas
  8.   else
  9.     if not dismu then
  10.       suonom 1,"adagio"
  11.     end if
  12.   end if
  13.   
  14.   preLoadMovie  "extra"
  15.   set navigazione = ""
  16.   spegni 2,9
  17.   set the cursor of sprite 2 to [187,188]
  18. end
  19.  
  20.  
  21.